tableView调用
- (void)setExtraCellLineHidden: (UITableView *)tableView
{
UIView *view = [[UIView alloc]init];
view.backgroundColor = [UIColor clearColor];
[tableView setTableFooterView:view];
}
tableView调用
- (void)setExtraCellLineHidden: (UITableView *)tableView
{
UIView *view = [[UIView alloc]init];
view.backgroundColor = [UIColor clearColor];
[tableView setTableFooterView:view];
}
Dean阅读 1.8k
Swift社区赞 5阅读 1.4k
Swift社区赞 4阅读 2.2k
Swift社区赞 4阅读 2.1k
Swift社区赞 4阅读 2k
Swift社区赞 4阅读 2k
Swift社区赞 4阅读 1.9k
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。